From 75dbae303053d2ab527b5013033bd5146fbfbf93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 25 Aug 2012 16:11:23 +0200 Subject: [PATCH] babl: increase number of pixels in tests ~8 times This makes 32bit systems also trip up on many more possible !8bpc discrpeancies. --- babl/babl-fish-path.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index f51501e..addc56d 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -25,6 +25,8 @@ #define BABL_HARD_MAX_PATH_LENGTH 8 #define BABL_MAX_NAME_LEN 1024 +#define NUM_TEST_PIXELS 2048 + int babl_in_fish_path = 0; typedef struct _FishPathInstrumentation @@ -478,7 +480,6 @@ process_conversion_path (BablList *path, return n; } -#define NUM_TEST_PIXELS (256 + 16 + 16) static double * test_create (void) -- 2.30.2